home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- global idioma
- if the key = RETURN then
- cursor(-1)
- set clave to the text of field "password"
- if clave = "15IN6" then
- set idioma to "english"
- set correcto to 1
- else
- if clave = "24FR6" then
- set idioma to "french"
- set correcto to 1
- else
- if clave = "38DE1" then
- set idioma to "deutch"
- set correcto to 1
- else
- if clave = "TRACOR" then
- set idioma to "english"
- set correcto to 1
- else
- alert("Incorrect Password." & RETURN & numToChar(10) & "Try again.")
- end if
- end if
- end if
- end if
- if correcto then
- go("start")
- else
- set the text of field "password" to EMPTY
- end if
- else
- pass()
- end if
- end
-